Html Css Color HEX #BDCA02 La Rioja

📋 copy color: '#BDCA02'

red 189 ◦ green 202 ◦ blue 2

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

Shades of La Rioja #BDCA02

Tints of La Rioja #BDCA02

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 48.09%
G = 51.4%
B = 0.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BDCA02 (or 0xBDCA02) is known color: La Rioja. HEX triplet: BD, CA and 02. RGB value is (189,202,2). Sum of RGB (Red+Green+Blue) = 189+202+2=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCA02 is #4235FD. Grayscale: #B0B0B0. Windows color (decimal): -4339198 or 182973. OLE color: 182973.

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

Color convert

RGB 189 202 2 -
CMYK 0.06 0 0.99 0.21
HSL 63.9º 0.98% 0.4% -
HSV(B) 63.9º 0.99% 0.79% -
XYZ 42.12 53.06 8.08 -
YUV 175.31 30.19 137.76 -
System Red Green Blue C M Y K H S L
Decimal 189 202 2 0.06 0 0.99 0.21 63.9 0.98 0.4
Hex BD CA 2 6 0 63 15 40 62 28
Octal 275 312 2 6 0 143 25 100 142 50
Binary 10111101 11001010 10 110 0 1100011 10101 1000000 1100010 101000

Color Harmonies of #BDCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA02

Black with #BDCA02

Text Example


Text Example

White with #BDCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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