Html Css Color HEX #BDCC02 La Rioja

📋 copy color: '#BDCC02'

red 189 ◦ green 204 ◦ blue 2

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

Shades of La Rioja #BDCC02

Tints of La Rioja #BDCC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

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

R = 47.85%
G = 51.65%
B = 0.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#BDCC02 (or 0xBDCC02) is known color: La Rioja. HEX triplet: BD, CC and 02. RGB value is (189,204,2). Sum of RGB (Red+Green+Blue) = 189+204+2=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC02 is #4233FD. Grayscale: #B1B1B1. Windows color (decimal): -4338686 or 183485. OLE color: 183485.

HSL color Cylindrical-coordinate representation of color #BDCC02: hue angle of 64.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDCC02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 2 -
CMYK 0.07 0 0.99 0.2
HSL 64.46º 0.98% 0.4% -
HSV(B) 64.46º 0.99% 0.8% -
XYZ 42.59 54.01 8.24 -
YUV 176.49 29.53 136.93 -
System Red Green Blue C M Y K H S L
Decimal 189 204 2 0.07 0 0.99 0.2 64.46 0.98 0.4
Hex BD CC 2 7 0 63 14 40 62 28
Octal 275 314 2 7 0 143 24 100 142 50
Binary 10111101 11001100 10 111 0 1100011 10100 1000000 1100010 101000

Color Harmonies of #BDCC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC02

Black with #BDCC02

Text Example


Text Example

White with #BDCC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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