Html Css Color HEX #BCD30B La Rioja

📋 copy color: '#BCD30B'

red 188 ◦ green 211 ◦ blue 11

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

Shades of La Rioja #BCD30B

Tints of La Rioja #BCD30B

RGB

 RED value IS 188 (73.83% from 255) = 45.85%

 GREEN value IS 211 (82.81% from 255) = 51.46%

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

R = 45.85%
G = 51.46%
B = 2.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#BCD30B (or 0xBCD30B) is known color: La Rioja. HEX triplet: BC, D3 and 0B. RGB value is (188,211,11). Sum of RGB (Red+Green+Blue) = 188+211+11=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD30B is #432CF4. Grayscale: #B6B6B6. Windows color (decimal): -4402421 or 775100. OLE color: 775100.

HSL color Cylindrical-coordinate representation of color #BCD30B: hue angle of 66.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCD30B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 11 -
CMYK 0.11 0 0.95 0.17
HSL 66.9º 0.9% 0.44% -
HSV(B) 66.9º 0.95% 0.83% -
XYZ 44.09 57.3 9.05 -
YUV 181.32 31.88 132.76 -
System Red Green Blue C M Y K H S L
Decimal 188 211 11 0.11 0 0.95 0.17 66.9 0.9 0.44
Hex BC D3 B B 0 5F 11 43 5A 2C
Octal 274 323 13 13 0 137 21 103 132 54
Binary 10111100 11010011 1011 1011 0 1011111 10001 1000011 1011010 101100

Color Harmonies of #BCD30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD30B

Black with #BCD30B

Text Example


Text Example

White with #BCD30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD30B; }

 p { color: rgb(188,211,11); }

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

background-color css

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

 a { background-color: rgb(188,211,11); }

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

border-color css

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

 span { border-color: rgb(188,211,11); }

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