Html Css Color HEX #BDC90C La Rioja

📋 copy color: '#BDC90C'

red 189 ◦ green 201 ◦ blue 12

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

Shades of La Rioja #BDC90C

Tints of La Rioja #BDC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 47.01%
G = 50%
B = 2.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BDC90C (or 0xBDC90C) is known color: La Rioja. HEX triplet: BD, C9 and 0C. RGB value is (189,201,12). Sum of RGB (Red+Green+Blue) = 189+201+12=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC90C is #4236F3. Grayscale: #B0B0B0. Windows color (decimal): -4339444 or 838077. OLE color: 838077.

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

Color convert

RGB 189 201 12 -
CMYK 0.06 0 0.94 0.21
HSL 63.81º 0.89% 0.42% -
HSV(B) 63.81º 0.94% 0.79% -
XYZ 41.94 52.62 8.29 -
YUV 175.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 189 201 12 0.06 0 0.94 0.21 63.81 0.89 0.42
Hex BD C9 C 6 0 5E 15 40 59 2A
Octal 275 311 14 6 0 136 25 100 131 52
Binary 10111101 11001001 1100 110 0 1011110 10101 1000000 1011001 101010

Color Harmonies of #BDC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC90C

Black with #BDC90C

Text Example


Text Example

White with #BDC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC90C; }

 p { color: rgb(189,201,12); }

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

background-color css

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

 a { background-color: rgb(189,201,12); }

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

border-color css

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

 span { border-color: rgb(189,201,12); }

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