Html Css Color HEX #BCCC05 La Rioja

📋 copy color: '#BCCC05'

red 188 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #BCCC05

Tints of La Rioja #BCCC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.39%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 47.36%
G = 51.39%
B = 1.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#BCCC05 (or 0xBCCC05) is known color: La Rioja. HEX triplet: BC, CC and 05. RGB value is (188,204,5). Sum of RGB (Red+Green+Blue) = 188+204+5=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC05 is #4333FA. Grayscale: #B1B1B1. Windows color (decimal): -4404219 or 380092. OLE color: 380092.

HSL color Cylindrical-coordinate representation of color #BCCC05: hue angle of 64.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCC05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 5 -
CMYK 0.08 0 0.98 0.2
HSL 64.82º 0.95% 0.41% -
HSV(B) 64.82º 0.98% 0.8% -
XYZ 42.36 53.89 8.31 -
YUV 176.53 31.2 136.18 -
System Red Green Blue C M Y K H S L
Decimal 188 204 5 0.08 0 0.98 0.2 64.82 0.95 0.41
Hex BC CC 5 8 0 62 14 41 5F 29
Octal 274 314 5 10 0 142 24 101 137 51
Binary 10111100 11001100 101 1000 0 1100010 10100 1000001 1011111 101001

Color Harmonies of #BCCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC05

Black with #BCCC05

Text Example


Text Example

White with #BCCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC05; }

 p { color: rgb(188,204,5); }

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

background-color css

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

 a { background-color: rgb(188,204,5); }

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

border-color css

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

 span { border-color: rgb(188,204,5); }

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