Html Css Color HEX #BCCF00 La Rioja

📋 copy color: '#BCCF00'

red 188 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #BCCF00

Tints of La Rioja #BCCF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.59%
G = 52.41%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#BCCF00 (or 0xBCCF00) is known color: La Rioja. HEX triplet: BC, CF and 00. RGB value is (188,207,0). Sum of RGB (Red+Green+Blue) = 188+207+0=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF00 is #4330FF. Grayscale: #B2B2B2. Windows color (decimal): -4403456 or 53180. OLE color: 53180.

HSL color Cylindrical-coordinate representation of color #BCCF00: hue angle of 65.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCCF00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 0 -
CMYK 0.09 0 1 0.19
HSL 65.51º 1% 0.41% -
HSV(B) 65.51º 1% 0.81% -
XYZ 43.05 55.32 8.41 -
YUV 177.72 27.71 135.33 -
System Red Green Blue C M Y K H S L
Decimal 188 207 0 0.09 0 1 0.19 65.51 1 0.41
Hex BC CF 0 9 0 64 13 42 64 29
Octal 274 317 0 11 0 144 23 102 144 51
Binary 10111100 11001111 0 1001 0 1100100 10011 1000010 1100100 101001

Color Harmonies of #BCCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF00

Black with #BCCF00

Text Example


Text Example

White with #BCCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF00; }

 p { color: rgb(188,207,0); }

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

background-color css

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

 a { background-color: rgb(188,207,0); }

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

border-color css

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

 span { border-color: rgb(188,207,0); }

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