Html Css Color HEX #BDC002 La Rioja

📋 copy color: '#BDC002'

red 189 ◦ green 192 ◦ blue 2

#BDC002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDC002

Tints of La Rioja #BDC002

RGB

 RED value IS 189 (74.22% from 255) = 49.35%

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 49.35%
G = 50.13%
B = 0.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC002 (or 0xBDC002) is known color: La Rioja. HEX triplet: BD, C0 and 02. RGB value is (189,192,2). Sum of RGB (Red+Green+Blue) = 189+192+2=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC002 is #423FFD. Grayscale: #AAAAAA. Windows color (decimal): -4341758 or 180413. OLE color: 180413.

HSL color Cylindrical-coordinate representation of color #BDC002: hue angle of 60.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 2 -
CMYK 0.02 0 0.99 0.25
HSL 60.95º 0.98% 0.38% -
HSV(B) 60.95º 0.99% 0.75% -
XYZ 39.85 48.52 7.32 -
YUV 169.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 189 192 2 0.02 0 0.99 0.25 60.95 0.98 0.38
Hex BD C0 2 2 0 63 19 3D 62 26
Octal 275 300 2 2 0 143 31 75 142 46
Binary 10111101 11000000 10 10 0 1100011 11001 111101 1100010 100110

Color Harmonies of #BDC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC002

Black with #BDC002

Text Example


Text Example

White with #BDC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC002; }

 p { color: rgb(189,192,2); }

 H1.HeaderClassName
 {
   color: #BDC002;
 }
 .AnyTagClassName
 {
   color: #BDC002;
 }
</style>

background-color css

<style>
 a { background-color: #BDC002; }

 a { background-color: rgb(189,192,2); }

 div.DivClassName
 {
   background-color: #BDC002;
 }
 .BgClassName
 {
   background-color: #BDC002;
 }
</style>

border-color css

<style>
 span { border-color: #BDC002; }

 span { border-color: rgb(189,192,2); }

 td.TdClassName
 {
   border-color: #BDC002;
 }
 .TagClassName
 {
   border-color: #BDC002;
 }
</style>