Html Css Color HEX #BDCF02 La Rioja

📋 copy color: '#BDCF02'

red 189 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #BDCF02

Tints of La Rioja #BDCF02

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

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

R = 47.49%
G = 52.01%
B = 0.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#BDCF02 (or 0xBDCF02) is known color: La Rioja. HEX triplet: BD, CF and 02. RGB value is (189,207,2). Sum of RGB (Red+Green+Blue) = 189+207+2=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF02 is #4230FD. Grayscale: #B3B3B3. Windows color (decimal): -4337918 or 184253. OLE color: 184253.

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

Color convert

RGB 189 207 2 -
CMYK 0.09 0 0.99 0.19
HSL 65.27º 0.98% 0.41% -
HSV(B) 65.27º 0.99% 0.81% -
XYZ 43.31 55.45 8.48 -
YUV 178.25 28.54 135.67 -
System Red Green Blue C M Y K H S L
Decimal 189 207 2 0.09 0 0.99 0.19 65.27 0.98 0.41
Hex BD CF 2 9 0 63 13 41 62 29
Octal 275 317 2 11 0 143 23 101 142 51
Binary 10111101 11001111 10 1001 0 1100011 10011 1000001 1100010 101001

Color Harmonies of #BDCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF02

Black with #BDCF02

Text Example


Text Example

White with #BDCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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