Html Css Color HEX #BBCC07 La Rioja

📋 copy color: '#BBCC07'

red 187 ◦ green 204 ◦ blue 7

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

Shades of La Rioja #BBCC07

Tints of La Rioja #BBCC07

RGB

 RED value IS 187 (73.44% from 255) = 46.98%

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 46.98%
G = 51.26%
B = 1.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#BBCC07 (or 0xBBCC07) is known color: La Rioja. HEX triplet: BB, CC and 07. RGB value is (187,204,7). Sum of RGB (Red+Green+Blue) = 187+204+7=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC07 is #4433F8. Grayscale: #B1B1B1. Windows color (decimal): -4469753 or 511163. OLE color: 511163.

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

Color convert

RGB 187 204 7 -
CMYK 0.08 0 0.97 0.2
HSL 65.18º 0.93% 0.41% -
HSV(B) 65.18º 0.97% 0.8% -
XYZ 42.12 53.77 8.36 -
YUV 176.46 32.37 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 204 7 0.08 0 0.97 0.2 65.18 0.93 0.41
Hex BB CC 7 8 0 61 14 41 5D 29
Octal 273 314 7 10 0 141 24 101 135 51
Binary 10111011 11001100 111 1000 0 1100001 10100 1000001 1011101 101001

Color Harmonies of #BBCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC07

Black with #BBCC07

Text Example


Text Example

White with #BBCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC07; }

 p { color: rgb(187,204,7); }

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

background-color css

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

 a { background-color: rgb(187,204,7); }

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

border-color css

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

 span { border-color: rgb(187,204,7); }

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