Html Css Color HEX #BDC70B La Rioja

📋 copy color: '#BDC70B'

red 189 ◦ green 199 ◦ blue 11

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

Shades of La Rioja #BDC70B

Tints of La Rioja #BDC70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

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

R = 47.37%
G = 49.87%
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

#BDC70B (or 0xBDC70B) is known color: La Rioja. HEX triplet: BD, C7 and 0B. RGB value is (189,199,11). Sum of RGB (Red+Green+Blue) = 189+199+11=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC70B is #4238F4. Grayscale: #AFAFAF. Windows color (decimal): -4339957 or 772029. OLE color: 772029.

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

Color convert

RGB 189 199 11 -
CMYK 0.05 0 0.94 0.22
HSL 63.19º 0.9% 0.41% -
HSV(B) 63.19º 0.94% 0.78% -
XYZ 41.47 51.69 8.11 -
YUV 174.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 189 199 11 0.05 0 0.94 0.22 63.19 0.9 0.41
Hex BD C7 B 5 0 5E 16 3F 5A 29
Octal 275 307 13 5 0 136 26 77 132 51
Binary 10111101 11000111 1011 101 0 1011110 10110 111111 1011010 101001

Color Harmonies of #BDC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC70B

Black with #BDC70B

Text Example


Text Example

White with #BDC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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