Html Css Color HEX #BDD002 La Rioja

📋 copy color: '#BDD002'

red 189 ◦ green 208 ◦ blue 2

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

Shades of La Rioja #BDD002

Tints of La Rioja #BDD002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

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

R = 47.37%
G = 52.13%
B = 0.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BDD002 (or 0xBDD002) is known color: La Rioja. HEX triplet: BD, D0 and 02. RGB value is (189,208,2). Sum of RGB (Red+Green+Blue) = 189+208+2=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD002 is #422FFD. Grayscale: #B3B3B3. Windows color (decimal): -4337662 or 184509. OLE color: 184509.

HSL color Cylindrical-coordinate representation of color #BDD002: hue angle of 65.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDD002 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 2 -
CMYK 0.09 0 0.99 0.18
HSL 65.53º 0.98% 0.41% -
HSV(B) 65.53º 0.99% 0.82% -
XYZ 43.55 55.93 8.56 -
YUV 178.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 189 208 2 0.09 0 0.99 0.18 65.53 0.98 0.41
Hex BD D0 2 9 0 63 12 42 62 29
Octal 275 320 2 11 0 143 22 102 142 51
Binary 10111101 11010000 10 1001 0 1100011 10010 1000010 1100010 101001

Color Harmonies of #BDD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD002

Black with #BDD002

Text Example


Text Example

White with #BDD002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD002; }

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

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

background-color css

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

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

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

border-color css

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

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

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