Html Css Color HEX #BDC80B La Rioja

📋 copy color: '#BDC80B'

red 189 ◦ green 200 ◦ blue 11

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

Shades of La Rioja #BDC80B

Tints of La Rioja #BDC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50%

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

R = 47.25%
G = 50%
B = 2.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BDC80B (or 0xBDC80B) is known color: La Rioja. HEX triplet: BD, C8 and 0B. RGB value is (189,200,11). Sum of RGB (Red+Green+Blue) = 189+200+11=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC80B is #4237F4. Grayscale: #AFAFAF. Windows color (decimal): -4339701 or 772285. OLE color: 772285.

HSL color Cylindrical-coordinate representation of color #BDC80B: hue angle of 63.49º degrees, saturation: 0.9, 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 #BDC80B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 11 -
CMYK 0.06 0 0.94 0.22
HSL 63.49º 0.9% 0.41% -
HSV(B) 63.49º 0.95% 0.78% -
XYZ 41.7 52.15 8.18 -
YUV 175.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 189 200 11 0.06 0 0.94 0.22 63.49 0.9 0.41
Hex BD C8 B 6 0 5E 16 3F 5A 29
Octal 275 310 13 6 0 136 26 77 132 51
Binary 10111101 11001000 1011 110 0 1011110 10110 111111 1011010 101001

Color Harmonies of #BDC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC80B

Black with #BDC80B

Text Example


Text Example

White with #BDC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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