Html Css Color HEX #B0C30F La Rioja

📋 copy color: '#B0C30F'

red 176 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #B0C30F

Tints of La Rioja #B0C30F

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

 GREEN value IS 195 (76.56% from 255) = 50.52%

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 45.6%
G = 50.52%
B = 3.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B0C30F (or 0xB0C30F) is known color: La Rioja. HEX triplet: B0, C3 and 0F. RGB value is (176,195,15). Sum of RGB (Red+Green+Blue) = 176+195+15=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C30F is #4F3CF0. Grayscale: #A9A9A9. Windows color (decimal): -5192945 or 1033136. OLE color: 1033136.

HSL color Cylindrical-coordinate representation of color #B0C30F: hue angle of 66.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0C30F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 15 -
CMYK 0.10 0 0.92 0.24
HSL 66.33º 0.86% 0.41% -
HSV(B) 66.33º 0.92% 0.76% -
XYZ 37.51 48.29 7.8 -
YUV 168.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 176 195 15 0.10 0 0.92 0.24 66.33 0.86 0.41
Hex B0 C3 F A 0 5C 18 42 56 29
Octal 260 303 17 12 0 134 30 102 126 51
Binary 10110000 11000011 1111 1010 0 1011100 11000 1000010 1010110 101001

Color Harmonies of #B0C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C30F

Black with #B0C30F

Text Example


Text Example

White with #B0C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C30F; }

 p { color: rgb(176,195,15); }

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

background-color css

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

 a { background-color: rgb(176,195,15); }

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

border-color css

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

 span { border-color: rgb(176,195,15); }

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