Html Css Color HEX #BDC60B La Rioja

📋 copy color: '#BDC60B'

red 189 ◦ green 198 ◦ blue 11

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

Shades of La Rioja #BDC60B

Tints of La Rioja #BDC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.75%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 47.49%
G = 49.75%
B = 2.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BDC60B (or 0xBDC60B) is known color: La Rioja. HEX triplet: BD, C6 and 0B. RGB value is (189,198,11). Sum of RGB (Red+Green+Blue) = 189+198+11=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC60B is #4239F4. Grayscale: #AEAEAE. Windows color (decimal): -4340213 or 771773. OLE color: 771773.

HSL color Cylindrical-coordinate representation of color #BDC60B: hue angle of 62.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC60B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 11 -
CMYK 0.05 0 0.94 0.22
HSL 62.89º 0.89% 0.41% -
HSV(B) 62.89º 0.94% 0.78% -
XYZ 41.24 51.23 8.03 -
YUV 173.99 36.02 138.71 -
System Red Green Blue C M Y K H S L
Decimal 189 198 11 0.05 0 0.94 0.22 62.89 0.89 0.41
Hex BD C6 B 5 0 5E 16 3F 59 29
Octal 275 306 13 5 0 136 26 77 131 51
Binary 10111101 11000110 1011 101 0 1011110 10110 111111 1011001 101001

Color Harmonies of #BDC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC60B

Black with #BDC60B

Text Example


Text Example

White with #BDC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC60B; }

 p { color: rgb(189,198,11); }

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

background-color css

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

 a { background-color: rgb(189,198,11); }

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

border-color css

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

 span { border-color: rgb(189,198,11); }

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