Html Css Color HEX #BDC30C La Rioja

📋 copy color: '#BDC30C'

red 189 ◦ green 195 ◦ blue 12

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

Shades of La Rioja #BDC30C

Tints of La Rioja #BDC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

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

R = 47.73%
G = 49.24%
B = 3.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BDC30C (or 0xBDC30C) is known color: La Rioja. HEX triplet: BD, C3 and 0C. RGB value is (189,195,12). Sum of RGB (Red+Green+Blue) = 189+195+12=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30C is #423CF3. Grayscale: #ADADAD. Windows color (decimal): -4340980 or 836541. OLE color: 836541.

HSL color Cylindrical-coordinate representation of color #BDC30C: hue angle of 61.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC30C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 12 -
CMYK 0.03 0 0.94 0.24
HSL 61.97º 0.88% 0.41% -
HSV(B) 61.97º 0.94% 0.76% -
XYZ 40.57 49.88 7.84 -
YUV 172.34 37.51 139.88 -
System Red Green Blue C M Y K H S L
Decimal 189 195 12 0.03 0 0.94 0.24 61.97 0.88 0.41
Hex BD C3 C 3 0 5E 18 3E 58 29
Octal 275 303 14 3 0 136 30 76 130 51
Binary 10111101 11000011 1100 11 0 1011110 11000 111110 1011000 101001

Color Harmonies of #BDC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC30C

Black with #BDC30C

Text Example


Text Example

White with #BDC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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